D3D_BATCH_ADD_LINE3D
This command will add a linr to the current batch. The amount of lines added is monitored and will not add any past the maximum set.
Specifying a colour will override the colour set by D3D_COLOR. Providing two colours will create a gradient from Colour1 to Colour2.
The batch must be initialised with D3D_BATCH_SET_LINE3D and
should be drawn with D3D_BATCH_DRAW_LINE3D
SYNTAX
D3D_BATCH_ADD_LINE3D X1#, Y1#, Z1#, X2#, Y2#, Z2#
D3D_BATCH_ADD_LINE3D X1#, Y1#, Z1#, X2#, Y2#, Z2#, Colour
D3D_BATCH_ADD_LINE3D X1#, Y1#, Z1#, X2#, Y2#, Z2#, Colour1, Colour2
RELATED INFO
D3DFunc Commands Menu
Index
EXAMPLE
View Showcase Example